home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / util / wb / NewIcons46.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  35.4 KB  |  802 lines

  1. Short:    The Ultimate GUI Enhancement System, V4.6!
  2. Author:   Eric Sauvageau <merlin@linux.tc3net.com>, Phil Vedovatti <vedovatt@u.washington.edu>
  3. Uploader: vedovatt@u.washington.edu
  4. Type:     util/wb
  5. Replaces: util/wb/NewIconsV41.lha
  6.  
  7.  
  8.  NewIcons is a revolutionary system patch which enhances your Workbench
  9.  and gives the user much more power and configurability over the
  10.  appearance of the GUI (Graphical User Interface).  The NewIcons
  11.  system works transparently, and provides for a standard icon system
  12.  that will look the same on any system, no matter what the palette is
  13.  set to.
  14.  
  15.  DefIcons complements the Newicons system.  It works by
  16.  recognizing a file's type, and instantly displaying the appropriate
  17.  icon image for files without icons attached to them.
  18.  
  19.  
  20.  The system's features include:
  21.  
  22.  · Allows up to 256 color icons on an AGA machine. (!)
  23.  
  24.  · Icon colors are color correct on an AGA system, no matter what your
  25.    palette is set to.  They automatically appear in perfect color.
  26.  
  27.  · Default icons for dozens of file types automatically appear for
  28.    files without icons (FAST!).  Recognizes file types in a very
  29.    efficient manner.  If you click on a "fake" icon, your appropriate
  30.    user-defined default tool will appear in the "Execute command" text
  31.    field automatically!
  32.  
  33.  · Make a brush, convert it to an icon.  It will appear on your workbench
  34.    in the _exact_ proper colors you created it in, no matter what your
  35.    palette is set to.  Imagine making gorgeous icons from your digitized
  36.    pics, in _more_ than 32 colors!
  37.  
  38.  · Icon images are compressed to maximize disk space.  They are
  39.    uncompressed faster than you can say "NewIcons"!
  40.  
  41.  · Also KS 2.04 compatible (16 color icon limitation).
  42.  
  43.  · Fix that ugly Cross-DOS icon to look like a standard NewIcon.
  44.  
  45.  · Unique icons for RAM-Disks and CD-ROM's that don't have icons.
  46.  
  47.  · A complete set of beautiful, standardized Workbench icons, drawn by
  48.    Phil Vedovatti.  Hundreds of icons are also available separately on
  49.    Aminet, some with a totally different style.
  50.  
  51.  · Comprehensive set of utilities to allow you to manipulate your
  52.    NewIcons.
  53.  
  54.  · Totaly FREE!  Why would anyone want to pay cash for icons?
  55.  
  56.  · Dithering of icon images is selectable for users with fewer available
  57.    Workbench colors.  This is turned off by default.
  58.  
  59.  · Icons can be given a single tooltype, which will tell NewIcons to display
  60.    a NewIcon image from elsewhere on the system.  This feature
  61.    has some caveats, but introduces a huge number of neat possibilities
  62.    for configuring your Workbench, and saves on disk space and chip RAM.
  63.    Imagine having your Workbench icons appear randomly different on EACH
  64.    reboot!
  65.  
  66.  · The source for deficons.prefs has been included, so any enterprising
  67.    programmer can add their own file identification types to the system!
  68.  
  69.  · User configurable, GUI enhanced Preferences program to configure all
  70.    attributes of the NewIcons system (dither, pen precision, etc.)
  71.  
  72.  · The NewIcons patch is a commodity, which can be enabled and disabled
  73.    on the fly, using Commodities Exchange.
  74.  
  75.  · RTG (ReTargetable Graphics) mode, which allows graphics card users
  76.    to store icon data in fast RAM instead of chip RAM.  This has the
  77.    advantage of saving your valuable chip RAM for other uses, and speeds
  78.    up rendering of icons on the Workbench.
  79.  
  80.  · Border removal option!  Remember the Kickstart 1.3 days when there
  81.    were no gray border boxes around the icons?  This new option removes
  82.    those silly looking boxes once again, and is user configurable.
  83.  
  84.  · The system library is available in different versions, to ensure the
  85.    best speed possible on every system configuration.
  86.  
  87.  · NEW IN V4: Dragged icons can also be optionally made transparent.
  88.  
  89.  · NEW IN V4: The text shown under the icons can be optionally rendered
  90.    with a 3D or an outlined look.
  91.  
  92.  · NEW IN V4: New utilities to make updating whole
  93.    drawers or partitions with a specified drawer image, and a popup
  94.    menu utility that displays icon images in a menu format -- could even
  95.    be used as a program dock launcher with the appropriate scripts.
  96.  
  97.  · NEW IN V4:  New 32 color icon set.  NewIcons is now sufficiently faster
  98.    to allow fast rendering of higher bitplane icons.
  99.  
  100.  
  101. Version History:
  102.  
  103. V1.0:
  104. =====
  105. Original public release.
  106.  
  107. V2.0:
  108. =====
  109. In the previous version of the docs I forgot to mention that the chunky to
  110. planar routine was based on a routine by Chris Green (who based his routine on
  111. one by Richard Addison).
  112.  
  113. fixed bug in DefIcons, was causing "please insert volume dir c" after doing
  114. execute command - dir c:
  115.  
  116. fixed bug in DefIcons, would hang if it couldn't find deficons.prefs
  117.  
  118. fixed bug in DefIcons, was causing a disk icon to appear for files called
  119. "disk".
  120.  
  121. fixed bug in DefIcons, would show a drawer as disk icon for disks containing a
  122. directory called "disk" (which is a bad idea anyway).
  123.  
  124. The GetDiskObjectNew() patch now returns NULL if the given name doesn't exist
  125. (like the standard function)
  126.  
  127. now does dithering (optional)
  128.  
  129. some file types added to deficons.prefs.
  130.  
  131. bug fix: createdefaulticon now preserves the tooltypes of tool icons and of
  132. project icons whose default icon have no default tool.
  133.  
  134. bug fix: newicons would check the argarray after FreeArgs(). Thanks to Nicola
  135. Soggia for discovering it and not reporting it. Thanks to Moreno Magnani who
  136. did report it.
  137.  
  138. bugfix, arj files were not recognized
  139.  
  140. bug fix: DefIcons now uses Stricmp() to avoid problems with international
  141. sorting
  142.  
  143. DEFAULTIMAGE special ToolType added
  144.  
  145. Fixed installer: no longer copies over the original def_#? icons in
  146. Envarc:sys. It now just copies them to a safe place.
  147.  
  148. Localized installer and documentation files added
  149.  
  150. Replaced "ReplaceImage" utility with "KillOldIcon", since ReplaceImage
  151. required NewIcons not to be running to use.
  152.  
  153. Changed a few of the icons from the original distribution archive
  154.  
  155.  
  156.  
  157. CHANGES since last version from Nicola (Release 2, V38.3)
  158. =========================================================
  159.  
  160. 3.0:
  161. ====
  162.  
  163.  - Development is now done by Phil Vedovatti and Eric Sauvageau.
  164.  
  165.  
  166.  - A much requested feature: you can now have borderless icons on your
  167.    Workbench, just like under Kickstart 1.x :)  Note that it is really a
  168.    hack, so it _might_ break under future versions of Workbench, and it
  169.    has some minor drawbacks.  Make sure you read the NewIconsPrefs section
  170.    about it before enabling it.
  171.  
  172.  - New RTG Mode which uses Fast RAM instead of Chip on systems with graphics
  173.    cards.
  174.  
  175.  - Library (V39.1) now comes in two versions:
  176.  
  177.       o 68020 and up, OS 3.x (Required for RTG Mode)
  178.       o 68000, OS 2.x
  179.  
  180.    The library base has also changed, so application programmers
  181.    should check the updated libraries/newicon.h include file.  Note
  182.    that things are still fully backward compatible).
  183.  
  184.    Various speed optimisations have been done, and the tooltype
  185.    decoding routine has been rewritten by Børge Nøst.  We're hoping to
  186.    also have the C2P routine rewritten in a future version :)
  187.  
  188.  
  189.  - NewIcons has been rewritten in E, and is now a commodity which can be
  190.    enabled/disabled.  The hotkey will let you see some information about
  191.    the current settings, and allow you to directly launch the external
  192.    preferences editor.
  193.  
  194.  
  195.  - NewIcons will no longer auto-detach from the CLI so it must be
  196.    Run <>NIL:.  It also has a totaly new template:
  197.  
  198.         'CX_PRIORITY/N/K,CX_POPKEY/K,PE=PREFSEDITOR/K'
  199.  
  200.    Hopefully NewIcons will auto-detach again in a future version.
  201.  
  202.  - The former Newicons settings have been moved to a separate prefs editor.
  203.    Makes it easier for the user to install/configure, and gives you more
  204.    freedom to experiment with the various settings without needing to
  205.    reboot.
  206.  
  207.    This editor uses the ClassAct BOOPSI package for its GUI (all the
  208.    required classes are included in this archive.)
  209.  
  210.  
  211.  - Added a "kludge" so that icons used by ToolManager docks get properly
  212.    remapped on screenmode changes.
  213.  
  214.  
  215. 3.1:
  216. ====
  217.  
  218.  - Fixed a bug in the PutIcon() patch that caused various problems with
  219.    some programs such as SwazInfo or DOpus.
  220.  
  221.  - Added Autodocs for newicon.library, allowing third party developers to
  222.    directly support NewIcons through the library.
  223.  
  224.  
  225.  
  226. 4.1:
  227. ====
  228.  
  229.  - New official WWW support site:  http://www.amiganet.org/NewIcons/
  230.  
  231.  - Improved installation procedure.
  232.  
  233.  - Extended the standard 14-colors palette to 32-colors.
  234.  
  235.  - Complete new 32-colors iconset included.  People who prefer the older
  236.    ones for speed or resources issues can still use them.
  237.  
  238.  - Library (V40.1) now comes in three flavours:
  239.  
  240.       ° Low-End, for 68000 and OS 2.04 users and up.
  241.       ° Middle-End, for 68020 and 3.0 users and up.
  242.       ° High-End, for 68020 and 3.0 users and up, without the dither
  243.         option and with RTG Mode support.
  244.  
  245.  - New library call: GetDefNewDiskObject(objtype).
  246.  
  247.  - Preferences are now loaded in the library init code instead of in the
  248.    NewIcons executable, allowing easier use of the library without the
  249.    main executable.
  250.  
  251.  - Made Transparent and NoBorder options separate.
  252.  
  253.  - Added Transparent Dragging option.
  254.  
  255.  - Added Outlined/Shadowed icontext option.
  256.  
  257.  - Rewrote the NoBorder/Transparent patches, made them cleaner.
  258.  
  259.  - Changed the preferences file format.  The new format is now documented
  260.    in the Includes.
  261.  
  262.  - The preferences editor is now able to detect what features are
  263.    available in the installed library, and will display the library
  264.    version in the About requester.
  265.  
  266.  - Added ShowNI, a CLI-based NewIcons viewer/selector.
  267.  
  268.  - Added UpdateDrawers, a new tool that will allow you to recursively
  269.    replace all drawer icons within a given path.
  270.  
  271.  - All Workbench-based tools will allow you to select the arguments
  272.    through filerequesters if launched from Workbench without any argument.
  273.  
  274.  - CopyNewIcon will report if it can't write the destination icon.
  275.  
  276.  - Updated InjectBrush to support the new 32-colors palette.
  277.  
  278.  - Updated the DefIcons brainfile, added various new filetypes.
  279.  
  280.  - DefIcons now uses utility.library's Stricmp() instead of SAS/C's own
  281.    routine.  Should fix the problems experimented by some persons using a
  282.    localized Workbench.
  283.  
  284.  - A lot of code optimization, resulting in general speed improvements.
  285.  
  286.  - Recompiled the libraries and the utilities with SAS/C 6.57, and
  287.    optimized the 020+ libraries for 68060 users.
  288.  
  289.  
  290.  
  291. 4.5:
  292. ====
  293.  
  294. NewIcons:
  295. ---------
  296.  
  297.  - This version prevents crashes occuring if the user would
  298.    change screenmode while an icon with DEFAULTIMAGE was displayed.
  299.    Sadly I can't solve the problem itself, as it's a side-effect of the
  300.    very idea of DEFAULTIMAGE (it's been there since Nicola's days).  I did
  301.    the best I could do, which was to at least prevent it from crasing
  302.    (I simply no longer remap those icons).
  303.  
  304.  - Eliminated the crawling ants artifacts
  305.  
  306.  - Now requires Kickstart 3.0.  2.04 users: this is your wake-up call.
  307.  
  308.  - Various changes to the No Border and Text Outline patches, speeding
  309.    them up a bit.
  310.  
  311.  - An Enforcer would happen if an icon was loaded while no screen was
  312.    open (i.e. before WB and any bootpic screen would open).  This one
  313.    should be fixed now.
  314.  
  315. NewIconsPrefs:
  316. --------------
  317.  - Bumped from 40.3 to 40.5
  318.  - Updated About to reflect V4.5
  319.  
  320.  
  321. CreateDefaultIcon:
  322. ------------------
  323.  - removed a debugging KPrintf() I had forgotten.
  324.  
  325.  
  326. 4.6:
  327. ====
  328.  
  329. NewIcons:
  330. ---------
  331.  - eliminated Cyberguard/Enforcer hits.
  332.  
  333. NewIconsPrefs:
  334. --------------
  335.  - fixed a small recoverable alert which could occur if certain
  336.    Class Act gadgets were missing.
  337.  
  338. InjectBrush:
  339. ------------
  340.  - The wrong version was supplied with NewIcons 4.5, which contained
  341.    some beta code.  Use the version supplied here instead.
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  See the enclosed documentation for more information, and visit the
  348.  official NewIcons Web Page at:
  349.  
  350. --------------------------------------------------------------------------
  351.  
  352.  
  353.                  http://www.amiganet.org/NewIcons/
  354.  
  355.  
  356. --------------------------------------------------------------------------
  357.  
  358.  
  359. ============================= Archive contents =============================
  360.  
  361. Original  Packed Ratio    Date     Time    Name
  362. -------- ------- ----- --------- --------  -------------
  363.     3146    2078 33.9% 20-Jun-99 02:14:58  NewIconsV4.info
  364.     7450    1279 82.8% 11-Mar-99 22:06:40 +   .info
  365.     7686    1645 78.5% 11-Mar-99 22:06:40 +  .info
  366.     7720    1697 78.0% 11-Mar-99 22:06:40 + .info
  367.     6008    3504 41.6% 11-Mar-99 22:06:36 +DefIcons
  368.     3460    2410 30.3% 13-Aug-97 18:04:06 +InjectBrush
  369.      560     428 23.5% 11-Mar-99 22:06:36 +IsNIRunning
  370.    14432    6366 55.8% 20-Jun-99 01:54:04 +NewIcons
  371.      572     390 31.8% 11-Mar-99 22:06:36 +PatchOpenWB
  372.     8672    5506 36.5% 11-Mar-99 22:06:36 +ShowNI
  373.     2176    1305 40.0% 11-Mar-99 22:06:40 +Developers.info
  374.     2176    1308 39.8% 11-Mar-99 22:06:36 +Autodocs.info
  375.     8867    2723 69.2% 11-Mar-99 22:06:36 +newicon.doc
  376.     2176    1301 40.2% 11-Mar-99 22:06:36 +EModules.info
  377.     2656    1156 56.4% 11-Mar-99 22:06:36 +newicon.e
  378.      954     490 48.6% 11-Mar-99 22:06:36 +newicon.m
  379.      181     105 41.9% 11-Mar-99 22:06:36 +newicon.m
  380.     2176    1304 40.0% 11-Mar-99 22:06:36 +Include.info
  381.      787     306 61.1% 11-Mar-99 22:06:36 +newicon_protos.h
  382.      387     196 49.3% 11-Mar-99 22:06:36 +newicon_lib.fd
  383.     5038    1931 61.6% 11-Mar-99 22:06:36 +newicon.h
  384.      473     150 68.2% 11-Mar-99 22:06:36 +newicon_pragmas.h
  385.      231     139 39.8% 11-Mar-99 22:06:36 +newicon.h
  386.     2176    1302 40.1% 11-Mar-99 22:06:36 +Source.info
  387.     1298     598 53.9% 11-Mar-99 22:06:36 +deficons.h
  388.     1153     581 49.6% 11-Mar-99 22:06:36 +deficons.i
  389.    19744    2365 88.0% 11-Mar-99 22:06:36 +deficonsprefs.a
  390.      148     123 16.8% 11-Mar-99 22:06:36 +SCOPTIONS
  391.     8785    2998 65.8% 11-Mar-99 22:06:36 +showni.c
  392.     2264    1227 45.8% 11-Mar-99 22:06:36 +deficons.prefs
  393.     1694    1248 26.3% 11-Mar-99 22:06:36 +def_8svx.info
  394.     1432     967 32.4% 11-Mar-99 22:06:36 +def_amigaguide.info
  395.     1480     991 33.0% 11-Mar-99 22:06:36 +def_amos.info
  396.     1760    1226 30.3% 11-Mar-99 22:06:36 +def_anim.info
  397.     1429    1025 28.2% 11-Mar-99 22:06:36 +def_archive.info
  398.     2021    1220 39.6% 11-Mar-99 22:06:36 +def_arj.info
  399.     1234     769 37.6% 11-Mar-99 22:06:36 +def_ascii.info
  400.     1542    1008 34.6% 11-Mar-99 22:06:36 +def_asm.info
  401.     1770    1223 30.9% 11-Mar-99 22:06:36 +def_avi.info
  402.     1549     993 35.8% 11-Mar-99 22:06:36 +def_basic.info
  403.     2207    1472 33.3% 11-Mar-99 22:06:36 +def_bmp.info
  404.     1743    1063 39.0% 11-Mar-99 22:06:36 +def_brush.info
  405.     1560     897 42.5% 11-Mar-99 22:06:36 +def_Busydisk.info
  406.     1770    1283 27.5% 11-Mar-99 22:06:36 +def_c.info
  407.     1822    1377 24.4% 11-Mar-99 22:06:36 +def_CD0disk.info
  408.     1840    1409 23.4% 11-Mar-99 22:06:36 +def_CDDAdisk.info
  409.     2025    1122 44.5% 11-Mar-99 22:06:36 +def_compress.info
  410.     1797    1299 27.7% 11-Mar-99 22:06:36 +def_cpp.info
  411.     1376     735 46.5% 11-Mar-99 22:06:36 +def_CTLG.info
  412.     1643    1232 25.0% 11-Mar-99 22:06:36 +def_device.info
  413.     1921    1008 47.5% 11-Mar-99 22:06:36 +def_disk.info
  414.     1849    1177 36.3% 11-Mar-99 22:06:36 +def_dms.info
  415.     1364     811 40.5% 11-Mar-99 22:06:36 +def_doc.info
  416.     1636     855 47.7% 11-Mar-99 22:06:36 +def_drawer.info
  417.     1594    1041 34.6% 11-Mar-99 22:06:36 +def_e.info
  418.     1858    1253 32.5% 11-Mar-99 22:06:36 +def_email.info
  419.      704     361 48.7% 11-Mar-99 22:06:36 +def_empty.info
  420.     1474    1024 30.5% 11-Mar-99 22:06:36 +def_fax.info
  421.     1463     939 35.8% 11-Mar-99 22:06:36 +def_fd.info
  422.     1429    1023 28.4% 11-Mar-99 22:06:36 +def_filearchive.info
  423.     1595    1110 30.4% 11-Mar-99 22:06:36 +def_filesystem.info
  424.     1773    1210 31.7% 11-Mar-99 22:06:36 +def_flic.info
  425.     1440     889 38.2% 11-Mar-99 22:06:36 +def_font.info
  426.     1810    1158 36.0% 11-Mar-99 22:06:36 +def_FTPdisk.info
  427.     1354     895 33.8% 11-Mar-99 22:06:36 +def_FTXT.info
  428.     2208    1451 34.2% 11-Mar-99 22:06:36 +def_gif.info
  429.     2022    1207 40.3% 11-Mar-99 22:06:36 +def_gzip.info
  430.     1439     959 33.3% 11-Mar-99 22:06:36 +def_h.info
  431.     1480    1035 30.0% 11-Mar-99 22:06:36 +def_handler.info
  432.     1398     925 33.8% 11-Mar-99 22:06:36 +def_html.info
  433.     1424     953 33.0% 11-Mar-99 22:06:36 +def_i.info
  434.     2220    1456 34.4% 11-Mar-99 22:06:36 +def_iff.info
  435.     2234    1462 34.5% 11-Mar-99 22:06:36 +def_ilbm.info
  436.     1385    1031 25.5% 11-Mar-99 22:06:36 +def_imploder.info
  437.     1841    1241 32.5% 11-Mar-99 22:06:36 +def_inemail.info
  438.     1423     937 34.1% 11-Mar-99 22:06:36 +def_installer.info
  439.     2235    1484 33.6% 11-Mar-99 22:06:36 +def_jpeg.info
  440.     1552    1092 29.6% 11-Mar-99 22:06:36 +def_key.info
  441.     1778    1042 41.3% 11-Mar-99 22:06:36 +def_keymap.info
  442.     2097     985 53.0% 11-Mar-99 22:06:36 +def_kick.info
  443.     1862    1292 30.6% 11-Mar-99 22:06:36 +def_kickstart.info
  444.     1723    1095 36.4% 11-Mar-99 22:06:36 +def_KingCon.info
  445.     2036    1253 38.4% 11-Mar-99 22:06:36 +def_lha.info
  446.     2036    1315 35.4% 11-Mar-99 22:06:36 +def_lharc.info
  447.     2039    1318 35.3% 11-Mar-99 22:06:36 +def_lib.info
  448.     1711    1092 36.1% 11-Mar-99 22:06:36 +def_library.info
  449.     1518     967 36.2% 11-Mar-99 22:06:36 +def_loadmodule.info
  450.     2002    1201 40.0% 11-Mar-99 22:06:36 +def_lzh.info
  451.     2021    1201 40.5% 11-Mar-99 22:06:36 +def_lzx.info
  452.     1763    1145 35.0% 11-Mar-99 22:06:36 +def_m.info
  453.     1730    1043 39.7% 11-Mar-99 22:06:36 +def_Mac0disk.info
  454.     1439    1024 28.8% 11-Mar-99 22:06:36 +def_make.info
  455.     1924    1391 27.7% 11-Mar-99 22:06:36 +def_med.info
  456.     1924    1394 27.5% 11-Mar-99 22:06:36 +def_mod.info
  457.     1491    1145 23.2% 11-Mar-99 22:06:36 +def_mountlist.info
  458.     1670    1218 27.0% 11-Mar-99 22:06:36 +def_mp2.info
  459.     1951     875 55.1% 11-Mar-99 22:06:36 +def_MSD0disk.info
  460.     1740    1224 29.6% 11-Mar-99 22:06:36 +def_music.info
  461.     1879    1049 44.1% 11-Mar-99 22:06:36 +def_NETdisk.info
  462.     1329     928 30.1% 11-Mar-99 22:06:36 +def_object.info
  463.     1833    1239 32.4% 11-Mar-99 22:06:36 +def_outemail.info
  464.     1184     769 35.0% 11-Mar-99 22:06:36 +def_outlinefont.info
  465.     2217    1467 33.8% 11-Mar-99 22:06:36 +def_pcx.info
  466.     2176    1425 34.5% 11-Mar-99 22:06:36 +def_picture.info
  467.     2237    1479 33.8% 11-Mar-99 22:06:36 +def_png.info
  468.     1295     904 30.1% 11-Mar-99 22:06:36 +def_postscript.info
  469.     1391    1035 25.5% 11-Mar-99 22:06:36 +def_powerpacker.info
  470.     1640     883 46.1% 11-Mar-99 22:06:36 +def_pref.info
  471.     1694    1239 26.8% 11-Mar-99 22:06:36 +def_printer.info
  472.      928     656 29.3% 11-Mar-99 22:06:36 +def_project.info
  473.     2242    1460 34.8% 11-Mar-99 22:06:36 +def_Quicktime.info
  474.     1161     841 27.5% 11-Mar-99 22:06:36 +def_RAMdisk.info
  475.     1805    1272 29.5% 11-Mar-99 22:06:36 +def_rexx.info
  476.     2015    1217 39.6% 11-Mar-99 22:06:36 +def_rnc.info
  477.     1909    1385 27.4% 11-Mar-99 22:06:36 +def_s3m.info
  478.     1641    1187 27.6% 11-Mar-99 22:06:36 +def_script.info
  479.     1317     968 26.4% 11-Mar-99 22:06:36 +def_sfx.info
  480.     1697    1264 25.5% 11-Mar-99 22:06:36 +def_smus.info
  481.     1536    1181 23.1% 11-Mar-99 22:06:36 +def_sound.info
  482.     1078     749 30.5% 11-Mar-99 22:06:36 +def_src.info
  483.     1659    1228 25.9% 11-Mar-99 22:06:36 +def_sunau.info
  484.     1989    1177 40.8% 11-Mar-99 22:06:36 +def_tar.info
  485.     2220    1507 32.1% 11-Mar-99 22:06:36 +def_targa.info
  486.     1317     764 41.9% 11-Mar-99 22:06:36 +def_tex.info
  487.     2233    1469 34.2% 11-Mar-99 22:06:36 +def_tiff.info
  488.     1161     775 33.2% 11-Mar-99 22:06:36 +def_tool.info
  489.     2679    1373 48.7% 11-Mar-99 22:06:36 +def_trashcan.info
  490.     1516    1151 24.0% 11-Mar-99 22:06:36 +def_usenet.info
  491.     1419     981 30.8% 11-Mar-99 22:06:36 +def_uuencode.info
  492.     1680    1145 31.8% 11-Mar-99 22:06:36 +def_video.info
  493.     1677    1242 25.9% 11-Mar-99 22:06:36 +def_voc.info
  494.     1681    1246 25.8% 11-Mar-99 22:06:36 +def_wav.info
  495.     1883    1338 28.9% 11-Mar-99 22:06:36 +def_xm.info
  496.     2021    1241 38.5% 11-Mar-99 22:06:36 +def_zip.info
  497.     1907    1103 42.1% 11-Mar-99 22:06:36 +def_ZIP0disk.info
  498.     2148    1289 39.9% 11-Mar-99 22:06:40 +Extras.info
  499.     2477    1208 51.2% 11-Mar-99 22:06:36 +BuildingBlocks.info
  500.      500     294 41.2% 11-Mar-99 22:06:36 +BuildBlocks.readme
  501.     1269     772 39.1% 11-Mar-99 22:06:36 +BuildBlocks.readme.info
  502.     1314     433 67.0% 11-Mar-99 22:06:36 +Commod
  503.     1308     423 67.6% 11-Mar-99 22:06:36 +Commod.hi
  504.      827     387 53.2% 11-Mar-99 22:06:36 +Commod.hi.info
  505.      823     385 53.2% 11-Mar-99 22:06:36 +Commod.info
  506.     1448     808 44.1% 11-Mar-99 22:06:36 +computer
  507.     1771     750 57.6% 11-Mar-99 22:06:36 +computer.info
  508.     1448     781 46.0% 11-Mar-99 22:06:36 +Drawer
  509.     1448     830 42.6% 11-Mar-99 22:06:38 +Drawer.hi
  510.     1971     779 60.4% 11-Mar-99 22:06:38 +Drawer.hi.info
  511.     1915     723 62.2% 11-Mar-99 22:06:38 +Drawer.info
  512.     1636     504 69.1% 11-Mar-99 22:06:38 +dtriangle
  513.     1310     436 66.7% 11-Mar-99 22:06:38 +dtriangle.hi
  514.      955     420 56.0% 11-Mar-99 22:06:38 +dtriangle.hi.info
  515.      839     396 52.8% 11-Mar-99 22:06:38 +dtriangle.info
  516.     1448     435 69.9% 11-Mar-99 22:06:38 +Floppy
  517.     1448     435 69.9% 11-Mar-99 22:06:38 +Floppy.hi
  518.     1871     600 67.9% 11-Mar-99 22:06:38 +Floppy.hi.info
  519.     1847     583 68.4% 11-Mar-99 22:06:38 +Floppy.info
  520.     1492     688 53.8% 11-Mar-99 22:06:38 +Monitor.iff
  521.     1593     642 59.6% 11-Mar-99 22:06:38 +Monitor.iff.info
  522.      156     151  3.2% 11-Mar-99 22:06:38 +NI4-DPaint.set
  523.     2212    1440 34.9% 11-Mar-99 22:06:38 +NI4-DPaint.set.info
  524.      156     151  3.2% 11-Mar-99 22:06:38 +NI4-PPaint.col
  525.     2192    1422 35.1% 11-Mar-99 22:06:38 +NI4-PPaint.col.info
  526.     1386     493 64.4% 11-Mar-99 22:06:38 +Platform.iff
  527.      813     379 53.3% 11-Mar-99 22:06:38 +Platform.iff.info
  528.     1700     438 74.2% 11-Mar-99 22:06:38 +questionmark
  529.     1700     431 74.6% 11-Mar-99 22:06:38 +questionmark.hi
  530.      823     390 52.6% 11-Mar-99 22:06:38 +questionmark.hi.info
  531.      931     413 55.6% 11-Mar-99 22:06:38 +questionmark.info
  532.     2702     729 73.0% 11-Mar-99 22:06:38 +Template.iff
  533.     1529     595 61.0% 11-Mar-99 22:06:38 +Template.iff.info
  534.     2062    1178 42.8% 11-Mar-99 22:06:38 +KillOldIcon.info
  535.     4044    2187 45.9% 11-Mar-99 22:06:38 +BGUI_KillOldIcon
  536.     2188    1368 37.4% 11-Mar-99 22:06:38 +BGUI_KillOldIcon.info
  537.     1872    1215 35.0% 11-Mar-99 22:06:38 +KillOldIcon
  538.     3410    1518 55.4% 11-Mar-99 22:06:38 +KillOldIcon.doc
  539.     1609     934 41.9% 11-Mar-99 22:06:38 +KillOldIcon.doc.info
  540.     2188    1371 37.3% 11-Mar-99 22:06:38 +KillOldIcon.info
  541.      112     102  8.9% 11-Mar-99 22:06:38 +Palette2.0.pre
  542.     1950    1394 28.5% 11-Mar-99 22:06:38 +Palette2.0.pre.info
  543.      434     112 74.1% 11-Mar-99 22:06:38 +Palette3.0.preset
  544.     1965    1399 28.8% 11-Mar-99 22:06:38 +Palette3.0.preset.info
  545.   184076  184076  0.0% 11-Mar-99 22:06:38 +Preview.GIF
  546.     2187    1428 34.7% 11-Mar-99 22:06:38 +Preview.GIF.info
  547.     2369    1522 35.7% 11-Mar-99 22:06:40 +Icons.info
  548.     1762    1093 37.9% 11-Mar-99 22:06:38 +Devs.info
  549.     2223    1340 39.7% 11-Mar-99 22:06:38 +Datatypes.info
  550.     1865    1106 40.6% 11-Mar-99 22:06:38 +Datatype.info
  551.     2238    1387 38.0% 11-Mar-99 22:06:38 +DOSDrivers.info
  552.        0       0  0.0% 20-Jun-99 02:12:40 +
  553.     1674    1011 39.6% 11-Mar-99 22:06:38 +DF0.info
  554.        0       0  0.0% 20-Jun-99 02:12:40 +
  555.     1674    1011 39.6% 11-Mar-99 22:06:38 +DF1.info
  556.        0       0  0.0% 20-Jun-99 02:12:40 +
  557.     1674    1011 39.6% 11-Mar-99 22:06:38 +DF2.info
  558.     1984    1289 35.0% 11-Mar-99 22:06:38 +Dosdriver.info
  559.     1839    1301 29.2% 11-Mar-99 22:06:38 +Keymaps.info
  560.     1876    1361 27.4% 11-Mar-99 22:06:38 +Keymap.info
  561.     1865    1299 30.3% 11-Mar-99 22:06:38 +Kickstarts.info
  562.     1823    1256 31.1% 11-Mar-99 22:06:38 +Kickstart.info
  563.     2272    1484 34.6% 11-Mar-99 22:06:38 +Monitors.info
  564.     1796    1172 34.7% 11-Mar-99 22:06:38 +Monitor.info
  565.     1875    1339 28.5% 11-Mar-99 22:06:38 +Printers.info
  566.     1651    1198 27.4% 11-Mar-99 22:06:38 +Printer.info
  567.        0       0  0.0% 20-Jun-99 02:12:40 +
  568.     1736    1097 36.8% 11-Mar-99 22:06:38 +Expansion.info
  569.        0       0  0.0% 20-Jun-99 02:12:40 +
  570.     1757    1088 38.0% 11-Mar-99 22:06:38 +Locale.info
  571.     1845    1254 32.0% 11-Mar-99 22:06:38 +Misc.info
  572.     1760    1119 36.4% 12-Mar-99 02:58:00 +Disks.info
  573.        0       0  0.0% 20-Jun-99 02:12:40 +
  574.     2115    1214 42.6% 11-Mar-99 22:06:38 +3000T.info
  575.        0       0  0.0% 20-Jun-99 02:12:40 +
  576.     1995    1072 46.2% 11-Mar-99 22:06:38 +4000T.info
  577.        0       0  0.0% 20-Jun-99 02:12:40 +
  578.     1647     937 43.1% 11-Mar-99 22:06:38 +A1200.info
  579.        0       0  0.0% 20-Jun-99 02:12:40 +
  580.        0       0  0.0% 20-Jun-99 02:12:40 +
  581.     2790    1521 45.4% 11-Mar-99 22:06:38 +A2000-A.info
  582.     1807     945 47.7% 11-Mar-99 22:06:38 +A2000.info
  583.        0       0  0.0% 20-Jun-99 02:12:40 +
  584.        0       0  0.0% 20-Jun-99 02:12:40 +
  585.     2611    1474 43.5% 11-Mar-99 22:06:38 +A3000-A.info
  586.     1663     886 46.7% 11-Mar-99 22:06:38 +A3000.info
  587.        0       0  0.0% 20-Jun-99 02:12:40 +
  588.        0       0  0.0% 20-Jun-99 02:12:40 +
  589.     2797    1531 45.2% 11-Mar-99 22:06:38 +A4000-A.info
  590.     1808     963 46.7% 11-Mar-99 22:06:38 +A4000.info
  591.        0       0  0.0% 20-Jun-99 02:12:40 +
  592.     1910     837 56.1% 11-Mar-99 22:06:38 +CD³².info
  593.        0       0  0.0% 20-Jun-99 02:12:40 +
  594.     2145    1466 31.6% 11-Mar-99 22:06:38 +def_CD0disk.info
  595.        0       0  0.0% 20-Jun-99 02:12:40 +
  596.        0       0  0.0% 20-Jun-99 02:12:40 +
  597.     1944     896 53.9% 11-Mar-99 22:06:38 +def_disk-A.info
  598.        0       0  0.0% 20-Jun-99 02:12:40 +
  599.     1972    1231 37.5% 11-Mar-99 22:06:38 +def_disk-B.info
  600.     2285    1131 50.5% 11-Mar-99 22:06:38 +def_disk.info
  601.        0       0  0.0% 20-Jun-99 02:12:40 +
  602.     1948    1035 46.8% 11-Mar-99 22:06:38 +def_DOS0disk.info
  603.        0       0  0.0% 20-Jun-99 02:12:40 +
  604.     1960    1149 41.3% 11-Mar-99 22:06:38 +def_kick.info
  605.        0       0  0.0% 20-Jun-99 02:12:40 +
  606.     1963    1134 42.2% 11-Mar-99 22:06:38 +def_MSD0disk.info
  607.        0       0  0.0% 20-Jun-99 02:12:40 +
  608.     2260    1040 53.9% 11-Mar-99 22:06:38 +def_MSDOSdisk.info
  609.        0       0  0.0% 20-Jun-99 02:12:40 +
  610.     1525     984 35.4% 11-Mar-99 22:06:38 +def_RAMdisk.info
  611.        0       0  0.0% 20-Jun-99 02:12:40 +
  612.     1565    1029 34.2% 11-Mar-99 22:06:38 +def_RAMdisk2.info
  613.        0       0  0.0% 20-Jun-99 02:12:40 +
  614.     1985     758 61.8% 11-Mar-99 22:06:38 +def_zip0disk.info
  615.        0       0  0.0% 20-Jun-99 02:12:40 +
  616.     1838    1084 41.0% 11-Mar-99 22:06:38 +HD.info
  617.     1760    1116 36.5% 11-Mar-99 22:06:38 +Drawers.info
  618.        0       0  0.0% 20-Jun-99 02:12:40 +
  619.     2136    1156 45.8% 11-Mar-99 22:06:38 +Archives.info
  620.        0       0  0.0% 20-Jun-99 02:12:40 +
  621.     2062    1174 43.0% 11-Mar-99 22:06:38 +Blue.info
  622.        0       0  0.0% 20-Jun-99 02:12:40 +
  623.     2477    1208 51.2% 11-Mar-99 22:06:38 +Construction.info
  624.        0       0  0.0% 20-Jun-99 02:12:40 +
  625.     2024    1020 49.6% 11-Mar-99 22:06:38 +Cream.info
  626.        0       0  0.0% 20-Jun-99 02:12:40 +
  627.     2058    1001 51.3% 11-Mar-99 22:06:38 +DBlue.info
  628.        0       0  0.0% 20-Jun-99 02:12:40 +
  629.     2118    1256 40.6% 11-Mar-99 22:06:38 +Envarcsys.info
  630.        0       0  0.0% 20-Jun-99 02:12:42 +
  631.     2058    1014 50.7% 11-Mar-99 22:06:38 +Forest.info
  632.        0       0  0.0% 20-Jun-99 02:12:42 +
  633.     2059    1148 44.2% 11-Mar-99 22:06:38 +Green.info
  634.        0       0  0.0% 20-Jun-99 02:12:42 +
  635.     2062    1171 43.2% 11-Mar-99 22:06:38 +Happy.info
  636.        0       0  0.0% 20-Jun-99 02:12:42 +
  637.     2058    1154 43.9% 11-Mar-99 22:06:38 +Lime.info
  638.        0       0  0.0% 20-Jun-99 02:12:42 +
  639.     2062    1182 42.6% 11-Mar-99 22:06:38 +LOrange.info
  640.        0       0  0.0% 20-Jun-99 02:12:42 +
  641.     2095    1294 38.2% 11-Mar-99 22:06:38 +Magic.info
  642.        0       0  0.0% 20-Jun-99 02:12:42 +
  643.     2062    1175 43.0% 11-Mar-99 22:06:38 +Orange.info
  644.        0       0  0.0% 20-Jun-99 02:12:42 +
  645.     2072    1038 49.9% 11-Mar-99 22:06:38 +Peach.info
  646.        0       0  0.0% 20-Jun-99 02:12:42 +
  647.     2115    1296 38.7% 11-Mar-99 22:06:38 +Prefs-A.info
  648.        0       0  0.0% 20-Jun-99 02:12:42 +
  649.     2058    1151 44.0% 11-Mar-99 22:06:38 +Purple.info
  650.        0       0  0.0% 20-Jun-99 02:12:42 +
  651.     2062    1174 43.0% 11-Mar-99 22:06:38 +Red.info
  652.        0       0  0.0% 20-Jun-99 02:12:42 +
  653.     2058    1149 44.1% 11-Mar-99 22:06:38 +Royal.info
  654.        0       0  0.0% 20-Jun-99 02:12:42 +
  655.     2058     999 51.4% 11-Mar-99 22:06:38 +Rust.info
  656.        0       0  0.0% 20-Jun-99 02:12:42 +
  657.     2058    1151 44.0% 11-Mar-99 22:06:38 +Tan.info
  658.        0       0  0.0% 20-Jun-99 02:12:42 +
  659.        0       0  0.0% 20-Jun-99 02:12:42 +
  660.     2201    1276 42.0% 11-Mar-99 22:06:38 +Utilities-A.info
  661.     2121    1295 38.9% 11-Mar-99 22:06:38 +Utilities.info
  662.        0       0  0.0% 20-Jun-99 02:12:42 +
  663.     2058    1154 43.9% 11-Mar-99 22:06:38 +Wine.info
  664.        0       0  0.0% 20-Jun-99 02:12:42 +
  665.     2062    1173 43.1% 11-Mar-99 22:06:38 +Yellow.info
  666.      479     273 43.0% 11-Mar-99 22:06:38 +MiscIcons.readme
  667.     1269     760 40.1% 11-Mar-99 22:06:38 +MiscIcons.readme.info
  668.     1760    1120 36.3% 11-Mar-99 22:06:38 +MoreExtras.info
  669.     1750    1032 41.0% 11-Mar-99 22:06:38 +Blanker.info
  670.     1954    1294 33.7% 11-Mar-99 22:06:38 +Colors.info
  671.     1305     898 31.1% 11-Mar-99 22:06:38 +def_device.info
  672.     1933    1387 28.2% 11-Mar-99 22:06:38 +def_iffA.info
  673.     1661    1206 27.3% 11-Mar-99 22:06:38 +Palette1.info
  674.     1955    1325 32.2% 11-Mar-99 22:06:38 +Palette2.info
  675.     1801    1189 33.9% 11-Mar-99 22:06:38 +Screenmode.info
  676.     1509    1100 27.1% 11-Mar-99 22:06:38 +Serial.info
  677.     1658    1155 30.3% 11-Mar-99 22:06:38 +Shell.info
  678.     2263    1343 40.6% 12-Mar-99 02:57:44 +Prefs.info
  679.     1641    1083 34.0% 11-Mar-99 22:06:38 +ClassAct.info
  680.     2225    1373 38.2% 11-Mar-99 22:06:38 +Datatypes.info
  681.     1865    1145 38.6% 11-Mar-99 22:06:38 +Datatype.info
  682.     1523    1064 30.1% 11-Mar-99 22:06:38 +Font.info
  683.     2131    1349 36.6% 11-Mar-99 22:06:38 +Icontrol.info
  684.     1579    1083 31.4% 11-Mar-99 22:06:38 +Input.info
  685.     1551     902 41.8% 11-Mar-99 22:06:38 +Locale.info
  686.     1639    1189 27.4% 11-Mar-99 22:06:38 +MUI.info
  687.     1824    1204 33.9% 11-Mar-99 22:06:38 +Overscan.info
  688.     2156    1232 42.8% 11-Mar-99 22:06:38 +Palette.info
  689.     1263     845 33.0% 11-Mar-99 22:06:38 +Pointer.info
  690.     1640     985 39.9% 11-Mar-99 22:06:38 +Printer.info
  691.     2084    1351 35.1% 11-Mar-99 22:06:38 +PrinterGfx.info
  692.     1636    1057 35.3% 11-Mar-99 22:06:38 +PrinterPS.info
  693.     1853    1311 29.2% 11-Mar-99 22:06:38 +Screenmode.info
  694.     1553    1179 24.0% 11-Mar-99 22:06:38 +Serial.info
  695.     1499    1067 28.8% 11-Mar-99 22:06:38 +Sound.info
  696.     1374     994 27.6% 11-Mar-99 22:06:38 +Time.info
  697.     1797    1273 29.1% 11-Mar-99 22:06:38 +WBPattern.info
  698.     1750     990 43.4% 11-Mar-99 22:06:38 +Storage.info
  699.        0       0  0.0% 20-Jun-99 02:12:42 +
  700.     2223    1331 40.1% 11-Mar-99 22:06:38 +Datatypes.info
  701.        0       0  0.0% 20-Jun-99 02:12:42 +
  702.     2238    1387 38.0% 11-Mar-99 22:06:38 +DOSDrivers.info
  703.        0       0  0.0% 20-Jun-99 02:12:42 +
  704.     1839    1305 29.0% 11-Mar-99 22:06:38 +Keymaps.info
  705.        0       0  0.0% 20-Jun-99 02:12:42 +
  706.     1865    1296 30.5% 11-Mar-99 22:06:38 +Kickstarts.info
  707.        0       0  0.0% 20-Jun-99 02:12:42 +
  708.     2272    1481 34.8% 11-Mar-99 22:06:38 +Monitors.info
  709.        0       0  0.0% 20-Jun-99 02:12:42 +
  710.     1875    1339 28.5% 11-Mar-99 22:06:38 +Printers.info
  711.     1742    1071 38.5% 11-Mar-99 22:06:38 +System.info
  712.     1287     801 37.7% 11-Mar-99 22:06:38 +FixFonts.info
  713.     1481     937 36.7% 11-Mar-99 22:06:38 +Format.info
  714.     1341     963 28.1% 11-Mar-99 22:06:38 +Intellifont.info
  715.     1822    1111 39.0% 11-Mar-99 22:06:38 +MUI.info
  716.     1822    1114 38.8% 11-Mar-99 22:06:38 +Icons.info
  717.     1396    1069 23.4% 11-Mar-99 22:06:38 +def_MUI.info
  718.     1639    1199 26.8% 11-Mar-99 22:06:38 +MUI.info
  719.     1516    1119 26.1% 11-Mar-99 22:06:38 +NoFastMem.info
  720.     1693    1103 34.8% 11-Mar-99 22:06:38 +RexxMast.info
  721.     1340     878 34.4% 11-Mar-99 22:06:38 +Shell.info
  722.     1728    1133 34.4% 12-Mar-99 02:57:30 +Tools.info
  723.     1338     875 34.6% 11-Mar-99 22:06:38 +Calculator.info
  724.     1318     991 24.8% 11-Mar-99 22:06:38 +CMD.info
  725.     1686    1235 26.7% 11-Mar-99 22:06:38 +Colors.info
  726.     2202    1424 35.3% 11-Mar-99 22:06:38 +Commodities.info
  727.     2227    1447 35.0% 11-Mar-99 22:06:38 +AutoPoint.info
  728.     2202    1425 35.2% 11-Mar-99 22:06:38 +Blanker.info
  729.     2051    1289 37.1% 11-Mar-99 22:06:38 +Exchange.info
  730.     1962    1276 34.9% 11-Mar-99 22:06:38 +FKey.info
  731.     1638    1029 37.1% 11-Mar-99 22:06:38 +MouseBlanker.info
  732.     1689     962 43.0% 11-Mar-99 22:06:38 +NoCapsLock.info
  733.     1799    1215 32.4% 11-Mar-99 22:06:38 +GraphicDump.info
  734.     1433    1064 25.7% 11-Mar-99 22:06:38 +HDToolbox.info
  735.     1063     683 35.7% 11-Mar-99 22:06:38 +IconEdit.info
  736.     1491    1005 32.5% 11-Mar-99 22:06:38 +InitPrinter.info
  737.     1421     900 36.6% 11-Mar-99 22:06:38 +Keyshow.info
  738.     1249     803 35.7% 11-Mar-99 22:06:38 +Lacer.info
  739.     1177     779 33.8% 11-Mar-99 22:06:38 +PrepCard.info
  740.     1751    1025 41.4% 11-Mar-99 22:06:38 +PrintFiles.info
  741.     1120     717 35.9% 11-Mar-99 22:06:38 +Say.info
  742.     1640    1212 26.0% 11-Mar-99 22:06:38 +ShowConfig.info
  743.     1398     681 51.2% 11-Mar-99 22:06:38 +Trash
  744.     1387     799 42.3% 11-Mar-99 22:06:38 +Trash.info
  745.     1813    1111 38.7% 11-Mar-99 22:06:38 +Utilities.info
  746.     1391     927 33.3% 11-Mar-99 22:06:38 +AmigaGuide.info
  747.     1276     599 53.0% 11-Mar-99 22:06:38 +Clock.info
  748.     1818    1169 35.6% 11-Mar-99 22:06:38 +More.info
  749.     1826    1254 31.3% 11-Mar-99 22:06:38 +Multiview.info
  750.        0       0  0.0% 20-Jun-99 02:12:44 +
  751.     1820    1141 37.3% 11-Mar-99 22:06:38 +WBStartup.info
  752.     2207    1306 40.8% 12-Mar-99 02:57:12 +Install.info
  753.     1227     672 45.2% 11-Mar-99 22:06:40 +d1.info
  754.     1393     890 36.1% 11-Mar-99 22:06:40 +d2.info
  755.     1899     987 48.0% 11-Mar-99 22:06:40 +d3.info
  756.     1362     741 45.5% 11-Mar-99 22:06:40 +d4.info
  757.     1218     682 44.0% 11-Mar-99 22:06:40 +d5.info
  758.     1363     758 44.3% 11-Mar-99 22:06:40 +d6.info
  759.     2352    1326 43.6% 11-Mar-99 22:06:40 +d7.info
  760.     1670    1006 39.7% 11-Mar-99 22:06:40 +d8.info
  761.     1496     720 51.8% 11-Mar-99 22:06:40 +d1
  762.     2092    1058 49.4% 11-Mar-99 22:06:40 +d1.info
  763.     1496     729 51.2% 11-Mar-99 22:06:40 +d2
  764.     2096    1220 41.7% 11-Mar-99 22:06:40 +d2.info
  765.     1496     700 53.2% 11-Mar-99 22:06:40 +d3
  766.     2092    1044 50.0% 11-Mar-99 22:06:40 +d3.info
  767.     1496     736 50.8% 11-Mar-99 22:06:40 +d4
  768.     2096    1213 42.1% 11-Mar-99 22:06:40 +d4.info
  769.     1494     714 52.2% 11-Mar-99 22:06:40 +d5
  770.     2096    1224 41.6% 11-Mar-99 22:06:40 +d5.info
  771.     1498     721 51.8% 11-Mar-99 22:06:40 +d6
  772.     2096    1219 41.8% 11-Mar-99 22:06:40 +d6.info
  773.     1899     378 80.0% 11-Mar-99 22:06:40 +Install_Icons
  774.    20737    5470 73.6% 20-Jun-99 02:48:48 +Install_NewIcons
  775.     1731    1139 34.1% 11-Mar-99 22:06:40 +Install_NewIcons.info
  776.      580     445 23.2% 11-Mar-99 22:06:40 +isnirunning
  777.     2334     605 74.0% 11-Mar-99 22:06:40 +Remove_NewIcons
  778.     1610    1154 28.3% 11-Mar-99 22:06:40 +Remove_NewIcons.info
  779.     4752    3132 34.0% 11-Mar-99 22:06:40 +newicon.library
  780.     6764    4050 40.1% 11-Mar-99 22:06:40 +newicon.library
  781.     5800    3488 39.8% 11-Mar-99 22:06:40 +newicon.library
  782.    77775   29188 62.4% 20-Jun-99 02:43:08 +NewIcons.guide
  783.     1672    1074 35.7% 11-Mar-99 22:06:40 +NewIcons.guide.info
  784.     2651    1507 43.1% 11-Mar-99 22:06:40 +Prefs.info
  785.     1564     953 39.0% 11-Mar-99 22:06:40 +ConvertPrefs
  786.    19996    5064 74.6% 20-Jun-99 01:54:02 +NewIconsPrefs
  787.     1854    1322 28.6% 11-Mar-99 22:06:40 +NewIconsPrefs.info
  788.      941     487 48.2% 11-Mar-99 22:06:36 +Readme!
  789.     1609     935 41.8% 11-Mar-99 22:06:40 +Readme!.info
  790.     2201    1273 42.1% 12-Mar-99 02:59:14 +Utilities.info
  791.     1440     997 30.7% 11-Mar-99 22:06:40 +CopyNewIcon
  792.     1666    1188 28.6% 11-Mar-99 22:06:40 +CopyNewIcon.info
  793.     1360     964 29.1% 11-Mar-99 22:06:40 +CreateDefaultIcon
  794.     1592    1167 26.6% 11-Mar-99 22:06:40 +CreateDefaultIcon.info
  795.     1180     858 27.2% 11-Mar-99 22:06:40 +KillNewIcon
  796.     1553    1174 24.4% 11-Mar-99 22:06:40 +KillNewIcon.info
  797.     8672    5506 36.5% 11-Mar-99 22:06:40 +ShowNI
  798.     4532    3100 31.5% 11-Mar-99 22:06:40 +UpdateDrawers
  799.     1532     990 35.3% 11-Mar-99 22:06:40 +UpdateDrawers.info
  800. -------- ------- ----- --------- --------
  801.  1047097  648015 38.1% 22-Jun-99 18:41:04   437 files
  802.